GtkTextHandle: Look up for the first child of a scrolled window found
authorCarlos Garnacho <carlosg@gnome.org>
Wed, 24 Feb 2016 16:19:48 +0000 (17:19 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Wed, 24 Feb 2016 16:58:19 +0000 (17:58 +0100)
commit60d7f4376ea5ff1722cd20aced72c167372d2a38
treecf92f2caac123d45f06297814a02182c09eb9cd4
parentffea7a267d8d9e3a3f8ae6585b1172970bfd0ff3
GtkTextHandle: Look up for the first child of a scrolled window found

Text handles use to connect to the first GtkScrollable up the hierarchy
so they can be repositioned when scrolling. It makes more sense to look
up the first child of a GtkScrolledWindow, it must be an scrollable too,
and will be the scrollable that can actually change the position of the
text handles.

https://bugzilla.gnome.org/show_bug.cgi?id=761676
gtk/gtktexthandle.c